Skip to content

[3.12] gh-121084: Fix test_typing random leaks (GH-121360)#121372

Merged
vstinner merged 1 commit intopython:3.12from
miss-islington:backport-5f660e8-3.12
Jul 4, 2024
Merged

[3.12] gh-121084: Fix test_typing random leaks (GH-121360)#121372
vstinner merged 1 commit intopython:3.12from
miss-islington:backport-5f660e8-3.12

Conversation

@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Jul 4, 2024

Clear typing ABC caches when running tests for refleaks (-R option):
call _abc_caches_clear() on typing abstract classes and their
subclasses.
(cherry picked from commit 5f660e8)

Co-authored-by: Victor Stinner vstinner@python.org

Clear typing ABC caches when running tests for refleaks (-R option):
call _abc_caches_clear() on typing abstract classes and their
subclasses.
(cherry picked from commit 5f660e8)

Co-authored-by: Victor Stinner <vstinner@python.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants